home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-jena.de!news
- From: mkt@isun04.inf.uni-jena.de (Tilo Koerbs)
- Newsgroups: comp.lang.c++
- Subject: Re: Templates and Recursive Structures
- Date: 30 Jan 1996 13:16:12 GMT
- Organization: Lehrstuhl fuer Rechnerarchitektur- und kommunikation, FSU Jena
- Message-ID: <4el5ms$357@fsuj01.rz.uni-jena.de>
- References: <4eic8t$20g@news.Austria.EU.net>
- Reply-To: mkt@isun04.inf.uni-jena.de
- NNTP-Posting-Host: isun15.inf.uni-jena.de
-
- May be a solution: Separate the class declaration and
- the implementation of the member functions!
- All class declaration before all member function
- definitions.
- But I think your problem goes deeper.
- There is really sometimes no solution for such problems.
- One thing that nearly always works is: use only pointers!
- So no size of the objects is needed!
-
-
-
-